Using gRPC Service

Follow the steps below to use the gRPC Service with your application.

Click here to see an example of function executed via gRPC service.

Step 1: Import the gRPC Proto Files.

Import the gRPC proto files to your application which you want to connect to the AC Source application.

The list of available functions will be shown on your application. See GeneralInstrumentsAPI.proto, PWACAvionicsAPI.proto, and PWACImmunityAPI.proto.

Step 2: Select the Function and Configure the Settings.

Select the function and configure the desired setting for the parameters. For details on the functions and parameters, see the Input tables in GeneralInstrumentsAPI.proto, PWACAvionicsAPI.proto, and PWACImmunityAPI.proto.

Be sure to input the Mandatory settings for the parameters. You may skip the Optional settings.

Step 3: Execute the Function.

Step 4: View the Result.

For details on the results, see the Response table in GeneralInstrumentsAPI.proto, PWACAvionicsAPI.proto, and PWACImmunityAPI.proto.

See Also

gRPC Service

Execute Avionics Test via gRPC Service

Execute Immunity Test via gRPC Service